﻿@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {
	padding: 0;
	margin: 0;
}
ul, li {
	list-style-type: none;
	text-transform: capitalize;
}
.clear {
	clear: both;
*display:inline;/*IE only*/
}
/*menu*/
#menu {
	height: 44px;
	line-height: 44px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: #066fcb;
}
#nav {
	margin: 0 auto;
	width: 1200px;
	display: block;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
}
#nav .mainlevel {
	background: url(xian_07.png) no-repeat right center;
	float: left;
	color: #fff;
	width: 150px;
/*IE6 only*/}
#nav .mainlevel a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: "微软雅黑";
	text-decoration: none;
	line-height: 44px;
	display: block;
	padding: 0;
	width: 150px;
	text-align: center;
	background:url(xian_10.png) no-repeat right center;
}
#nav .mainlevel a:hover {
	color: #fff;
	background: #044a97;
	line-height: 44px;
	text-decoration: none;
}
#nav .mainlevel1 {
	float: left;
	color: #000000;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 150px;
/*IE6 only*/}
#nav .mainlevel1 li {
	list-style: none;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	z-index: 10000;
}
#nav .mainlevel1 a {
	color: #fff;
	text-decoration: none;
	line-height: 28px;
	display: block;
	width: 150px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	background: #d4ad4b;
	z-index: 10000;
}
#nav .mainlevel1 a:hover {
	color: #fff;
	line-height: 28px;
	text-decoration: none;
	background: #d4ad4b;
	z-index: 10000;
}
#nav .mainlevel ul {
	display: none;
	position: absolute;
	z-index: 10000;
}
#nav .mainlevel li {
	margin-top: 1px;
	width: 150px;
	z-index: 10000;
/*IE6 only*/}
